home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Online / SpeakFreely / src / lpc10 / README < prev    next >
Text File  |  2000-05-18  |  2KB  |  48 lines

  1.               U.S. Department of Defense
  2.              LPC-10 2400 bps Voice Coder
  3.                    Release 1.0
  4.                    October 1993
  5.  
  6.  
  7. Contents:
  8.    README               - This file
  9.    FAQ                  - Frequently Asked Questions items for LPC and CELP
  10.    lpc55                - Fortran code for LPC-10 Version 55
  11.    lpc55-C              - C code for LPC-10
  12.    data                 - Sample speech files, containing:
  13.      dam9.spd             - Sample input speech file
  14.      dam9_lpc55.spd       - Speech processed by LPC-10
  15.    abtool_1.2        - Sun GUI tool for playing listening comparisons
  16.                between speech files (this is a beta version)
  17.  
  18.   The distribution file has been compressed with the GNU compression
  19. program gzip version 1.2.3, available from archives such as ftp.uu.net and
  20. wuarchive.wustl.edu.  To unpack it, use the commands:
  21.  
  22.   gunzip lpc-1.0.tar        (uncompress the archive file)
  23.   tar xvf lpc-1.0.tar       (extract the contents of the archive)
  24.  
  25. (For distribution on pcfs floppy disks (IBM PC format), the file names may
  26.  not appear exactly as shown above.)
  27.  
  28.   Documentation on using the above programs is included in README files
  29. in each directory.  Documentation describing the internal operation of
  30. LPC-10 is currently available only in hardcopy format.  We will include
  31. more extensive documentation with future releases of this package.
  32.  
  33.   All development of LPC-10 has been done in Fortran, so the Fortran
  34. code has been written for flexible and easy use in a research environment.
  35. The C version was translated from the Fortran to assist in porting LPC
  36. to Digital Signal Processors (DSPs), and does not have the debugging
  37. features or I/O flexiblility of the Fortran version.  Both versions
  38. have been tested on a Sun SPARCstation-10 running Solaris 2.2 and
  39. SunOS 4.1.2.
  40.  
  41.   The speech files are in 16 bit linear format, sampled at 8000 Hz.  There
  42. are no headers on these files, so some manipulation may be required to
  43. play them on your system.  The following alias will play speech files on
  44. the Sun speakerbox:
  45.  
  46.   alias play 'audioconvert -i pcm16,mono,raw,r=8k -f sun \!* | audioplay'
  47.   play dam9.spd
  48.